Add CodeQL Config File - #35
Merged
Merged
Conversation
Leah (leah-restad)
commented
Jul 21, 2026
Collaborator
- Added CodeQL config file
- Simplified the GitHub Action for CodeQL scanning
There was a problem hiding this comment.
Pull request overview
This PR introduces a dedicated CodeQL configuration file and simplifies the existing CodeQL GitHub Actions workflow by moving inline configuration into that file and removing now-unneeded build/setup steps.
Changes:
- Added a repository-level
CodeQL.ymlconfig that centralizespaths-ignorepatterns. - Updated the CodeQL workflow to reference the config via
config-fileand simplified the C# job tobuild-mode: none. - Added a
workflow_dispatchtrigger to allow manual runs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CodeQL.yml | Adds a CodeQL config file containing shared paths-ignore rules. |
| .github/workflows/codeql.yml | Simplifies CodeQL initialization by referencing CodeQL.yml, adjusts build modes, and enables manual dispatch. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
.github/workflows/codeql.yml:29
- The
matrix.includelist items are indented at the same level asinclude:(instead of being nested beneath it). This makes the workflow invalid YAML and will prevent the CodeQL job from running.
matrix:
include:
- language: actions
build-mode: none
- language: csharp
Emmie Teng (EmmieBunnie)
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.